-- run all OLTP write procedures

select 'running oltp_write_01' as message;
message              
---------------------
running oltp_write_01
(1 row)


select oltp_write_01_check();
oltp_write_01_check      
-------------------------
Consistency check passed.
(1 row)

select oltp_write_01 (100);
pqReadData() -- backend closed the channel unexpectedly.
	This probably means the backend terminated abnormally
	before or while processing the request.
We have lost the connection to the backend, so further processing is impossible.  Terminating.
